@charset "utf-8";
*,
*:before,
*:after {
	box-sizing: border-box;
	outline: 0
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
	margin: 0;
	padding: 0
}

body {
	color: #333;
	font-size: 18px;
	line-height: 24px;
	min-width: 1259px;
	font-family: arial, "puhuir"
}

a {
	-webkit-transition: all .4s;
	transition: all .4s
}

a:link,
a:visited {
	text-decoration: none;
	outline: none;
	color: #555
}

a:hover {
	color: #0075C2
}

img {
	border: 0;
	max-width: 100%;
	vertical-align: top
}

ol,
ul {
	list-style: none
}

img {
	border: 0;
	max-width: 100%
}

table {
	border-collapse: collapse;
	margin: 0px auto;
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
	cursor: pointer;
	outline: none
}

input[type='checkbox'],
input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin: -2px 5px 1px
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
	padding: 0;
	color: #000000;
	outline: none
}

.f-l {
	float: left
}

.f-r {
	float: right
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block
}

.vcenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto
}

@keyframes slide {
	0% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes slide {
	0% {
		opacity: 1;
		-webkit-transform: translateY(-20px)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(0)
	}
}

.animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	will-change: transform, opacity
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateY(0)
	}
}

@keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.animated.slideDown {
	-webkit-animation-name: slideDown;
	animation-name: slideDown
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(0)
	}
	100% {
		-webkit-transform: translateY(-100%)
	}
}

@keyframes slideUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}

.animated.slideUp {
	-webkit-animation-name: slideUp;
	animation-name: slideUp
}


/**/

.multipleColumn {
  position: relative;
  width: 1200px;
}

.multipleColumn .hd {
  overflow: hidden;
  height: 30px;
}

.multipleColumn .hd .prev, .multipleColumn .hd .next {
  right: -30px;
  top: 115px;
  position: absolute;
  display: block;
  width: 30px;
  height: 80px;
  cursor: pointer;
  background: url(../images/youj.png) no-repeat;
}

.multipleColumn .hd .next {
  background: url(../images/zuoj.png) no-repeat;
  left: -20px;
}

.multipleColumn .hd ul {
  float: right;
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
  zoom: 1;
}

.multipleColumn .hd ul li {
  float: left;
  width: 9px;
  height: 9px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
  background: url("images/icoCircle.gif") 0 -9px no-repeat;
}

.multipleColumn .hd ul li.on {
  background-position: 0 0;
}

.multipleColumn .bd {
  overflow: hidden;
}

.multipleColumn .bd ul {
  overflow: hidden;
  zoom: 1;
  width: 400px;
  float: left;
  _display: inline;
}

.multipleColumn .bd ul li {
	line-height: 60px;
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-top: 10px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  position: relative;
  width: 190px;
  height: 60px;
  border-radius: 10px;
}

.multipleColumn .bd ul li .pic {
  margin-top: 10px;
}

.multipleColumn .bd ul li .title {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 32px;
  bottom: 0;
  background: url(../images/imgbg5.png);
}

.multipleColumn .bd ul li .title a {
  line-height: 32px;
  color: #ffffff;
}

.multipleColumn .bd ul li .pic img {
  width: 279px;
  height: 194px;
  display: block;
}

.multipleColumn .bd ul li .pic a:hover img {
  border-color: #999;
}

.multipleColumn .bd ul li:hover .title {
  background: url(../images/imgbg3.png);
}
		